DataSource for Entity Framework in WPF
C1.Data Namespace / FilteredView<T> Class
Fields Properties Methods Events


In This Topic
    FilteredView<T> Class Members
    In This Topic

    The following tables list the members exposed by FilteredView<T>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)A special value indicating that filtering must not be performed. To disable filtering, assign the value of this field to the FilterKey property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a boolean value indicating whether the client view must be loaded automatically when its data is accessed. (Inherited from C1.Data.ClientView<T>)
    Public PropertyGets the total number of elements in the view. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets the current item in the view. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets or sets the data binding mode for this view. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets the effective value of MaintenanceMode. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets or sets a value that is used to filter items by comparing this value to the result of the filter key function applied to an item.  
    Public PropertyGets the filter key type. It is determined by the filter key function.  
    Public PropertyGets the collection of indexes for this view. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public PropertyGets a value indicating whether the client view is loaded. (Inherited from C1.Data.ClientView<T>)
    Public PropertyGets a value indicating whether the client view is being loaded. (Inherited from C1.Data.ClientView<T>)
    Public PropertyGets a value indicating whether this view is read-only, not updatable. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets the view item (element) at the specified ordinal position. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public PropertyGets or sets a value controlling how the view is synchronized with changes in its base data. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets or sets a value indicating that the first item must be made current after initial loading or reset (on any C1.LiveLinq.SourceChangeType.Reset notification) if current item was not set by other means. The default is True. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets a C1.Data.DataSource.FilterOperator used to compare filter keys.  
    Public PropertyGets a value indicating whether and how this view preserves item order if it exists in its base data source. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets the client scope to which this client view belongs. (Inherited from C1.Data.ClientView<T>)
    Public PropertyGets an instance of C1.LiveLinq.ITransaction associated with the view. If a view has a transaction associated with it, that transaction's scope is opened automatically every time the view is updated, so the programmer does not need to do it manually in code. (Inherited from C1.LiveLinq.LiveViews.View)
    Top
    Public Methods
     NameDescription
    Public MethodReturns an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodUsed for views with anonymous type constructor as the result selector, converts the C1.LiveLinq.LiveViews.View to a View<dynamic> so it can be used for data binding and programmatic access. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodFilters the view on the server side using a predicate. (Inherited from C1.Data.ClientView<T>)
    Public MethodFilters the view on the server using a key selector function and configurable value and operator. (Inherited from C1.Data.ClientView<T>)
    Public MethodOverloaded. Includes an aggregation subquery into the incremental maintenance mechanism of a view and uniquely identifies it among other subqueries of the same view. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded. Includes a subquery into the incremental maintenance mechanism of a view. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded. Binds the FilterKey property using the specified System.Windows.Data.Binding object.  
    Public MethodCancels the current loading operation. (Inherited from C1.Data.ClientView<T>)
    Public MethodConcatenation of two views. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodDetermines whether the view contains a specified item. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodEnters a defer cycle that you can use to make bulk changes to the view sources and delay automatic view maintenance. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodReturns an enumerator that iterates through the view items. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded. Groups the elements of a view according to a specified key selector function. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodCorrelates the elements of two views based on equality of keys and groups the results. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodSpecifies related objects to include while loading the client view. (Inherited from C1.Data.ClientView<T>)
    Public MethodSearches for the specified object among the elements of the view and returns the zero-based ordinal position of its first occurrence. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodCorrelates the elements of two views based on matching keys. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodLoads the entities of the client view. (Inherited from C1.Data.ClientView<T>)
    Public MethodBrings the view up to date with its source data. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodSorts the elements of a view in ascending order. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodSorts the elements of a view in descending order. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded. Applies paging to this client view. (Inherited from C1.Data.ClientView<T>)
    Public MethodOverloaded. Specifies that the client view loading is performed not in a single trip to the server but in multiple batches, each loading a page of a limited size so the user sees the result and can interact with it before all pages are loaded. (Inherited from C1.Data.ClientView<T>)
    Public MethodRemove empty groups from a grouping view. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodRe-populates the view by re-executing the view's query. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodLoads the entities of the client view ignoring the client-side cache. (Inherited from C1.Data.ClientView<T>)
    Public MethodProjects each element of a view into a new form. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded. Projects each element of this view to a collection of collections, flattens the resulting collections into one collection, and invokes a result selector function on each element therein. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodSets the value of the C1.LiveLinq.LiveViews.View.Transaction property. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodReturns a string representing this view. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodSet union of two views. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodFilters the source view based on a predicate. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Top
    Public Events
     NameDescription
    Public EventOccurs after an item of the view or the entire view has changed. (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public EventOccurs when the client view has finished loading succesfully, and also when an exception has been thrown during loading. (Inherited from C1.Data.ClientView<T>)
    Top
    See Also